@charset "utf-8";
#wrapper{
  min-width:1200px;
  max-width:1920px;
  margin:auto;
}
#header,#among,#footer,.width{
  max-width:1200px;
  margin:auto;
  text-align: center;
}
.header{
  background: url(../images/tbg.jpg) center top no-repeat;
  height: 260px;
}
#index #wrapper{
  background: url(../images/bj.jpg) center 260px no-repeat;
}
#index .header{
  background-image: url(../images/tbg1.jpg);
}
#header .logo{
  float:left;
  min-width:20px;
}
#header .logo a{
  display:block;
}
#header .logo a img{
  margin-left:0;
}
#header .tel{
  float: right;
  padding-left: 64px;
  margin-top: 23px;
  background:url(../images/tel.png) left center no-repeat;
}
#header .tel span{
  display: block;
  font-size: 18px;
  color: #282828;
  line-height: 1.1;
}
#header .tel font{
  display: block;
  font-size: 32px;
  font-weight: bold;
  color: #004ea2;
  line-height: 1.1;
}
#header .menu{
  clear: both;
  text-align: center;
  font-size: 0;
  padding-top: 1px;
  letter-spacing: -1px;
}
#header .menu > li{
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
}
#header .menu > li > a{
  display:block;
  font-size:16px;
  line-height: 47px;
  padding: 0 41px;
}
#header .menu > li:hover > a{
}
#header .menu > i{
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  width:1px;
  height:17px;
  overflow:hidden;
  background:#d3d3d3;
  border-right: 1px solid white;
}
.footer{
  background:url(../images/dbg.png) center top no-repeat;
}
#index .footer{
  margin-top: -116px;
}
#footer *{
  color:white;
  line-height:26px;
}
#footer a:hover{
  color:yellow;
}
#footer .type_w{
  float:left;
  width:170px;
  margin:148px 0 0 20px;
}
#footer .type_w:first-child{
  margin-left: 0;
}
#footer .type_w > li > a{
  display: inline-block;
  vertical-align: top;
  color: #c3e0ff;
}
#footer .type_w > li:first-child > a{
  line-height: 38px;
  font-size: 16px;
  color: #FFF;
}
#footer .type_w > li > a:hover{
  color: yellow;
}
#footer .xian{
  float: left;
  width: 1px;
  height: 176px;
  background: #3b6ca1;
  margin: 162px 0 0 20px;
}
#footer .contact{
  float: right;
  width: 382px;
  margin: 160px 0 0;
}
#footer .contact > img{
  display: block;
  float: left;
  width: 122px;
  padding: 3px;
  background: #FFF;
  border: 1px solid #f4f4f4;
}
#footer .contact > li{
  float: right;
  width: 230px;
}
#footer .contact > li > h2{
  font-size: 16px;
  color: #FFF;
  line-height: 18px;
  margin-bottom: 10px;
}
#footer .contact > li > ul,
#footer .contact > li > ul *{
  color: #c3e0ff;
}
#footer .contact > li > ul a:hover{
  color:yellow;
}
#footer .copyright{
  text-align: center;
  margin: 20px 0;
}
/* Banner图片样式开始 ============================================== */
#banner{
  display:block;
  width:100%;
  overflow:hidden;
  background:center top no-repeat;
}
#banner img{
  display:block;
  margin: 0 auto;
  filter:alpha(opacity=0);
  opacity:0;
}
#mainBox{
  overflow:hidden;
  position:relative;
  width:100%;
}
#mainBox .banner{
  position:absolute;
  left:0;
  top:0;
}
#mainBox .banner,
#mainBox .banner .list{
  width:100%;
  height:100%;
}
#mainBox .banner .list li,
#mainBox .banner .list li a{
  width:100%;
  height:100%;
}
#mainBox .banner .list li a{
  display:block;
}
#mainBox .banner .list li{
  display:none;
  position:absolute;
  left:0;
  top:0;
  background:center top no-repeat;
}
#mainBox .banner .list li:first-child{
  display:block;
}
#mainBox .btn{
  bottom:0;
  left:0;
  width:100%;
  height:35px;
  font-size:0;
  z-index:5;
  letter-spacing:-1px;
  position:absolute;
  text-align:center;
}
#mainBox .btn li{
  letter-spacing:0;
  display:inline-block;
  vertical-align:top;
  overflow:hidden;
  text-indent:-1000px;
  border-radius:100%;
  cursor:pointer;
  margin:0 7px;
  width:12px;
  height:12px;
  background:#999;
}
#mainBox .btn li.hover{
  background:red;
}
#mainBox .img{
  width:100%;
  overflow:hidden;
}
#mainBox .img img{
  filter:alpha(opacity=0);
  opacity:0;
  margin: 0 auto;
}

/* Banner图片样式结束 ============================================== */
#news-pro-tn{
  text-align:center;
  margin:0 0 5px;
  font-size:16px;
}
#detailed .bigimg{
  text-align:center;
  margin-bottom:18px;
}
#detailed .bigimg ul{
  position:relative;
  display:inline-block;
  vertical-align: top;
  max-width:100%;
  min-width:100px;
}
#detailed .bigimg ul li{
  border: 1px solid #eee;
}
#detailed .bigimg ul li img{
  width:100%;
  min-width:200px;
}
#detailed .bigimg ul > a{
  display:block;
  position:absolute;
  top:50%;
  margin-top:-32px;
  filter:Alpha(opacity=0);
  opacity:0;
  transition:all .5s;
}
#detailed .bigimg ul:hover > a{
  filter:Alpha(opacity=100);
  opacity:1;
}
#detailed .bigimg ul > li:first-child+a{
  left:10px;
}
#detailed .bigimg ul > li:first-child+a+a{
  right:10px;
}
#detailed .bigimg ul > a img{
  display:block;
}
#aside .list{
  font-size: 0;
  letter-spacing: -1px;
  margin:8px 0 0 -12px;
}
#aside .list li{
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  margin:12px 0 0 12px;
  width: 190px;
}
#aside .list li a{
  display: table-cell;
  vertical-align: middle;
  height: 46px;
  width: 190px;
  line-height:18px;
  background: #f1f1f1;
  text-align: center;
}
#aside .list li.hover a,
#aside .list li:hover a{
  background-color: #004ea2;
  color: #FFF;
}
#right{
  float:right;
  width:700px;
}
#location{
  border-bottom: 1px solid #d8d8d8;
  margin-top: 30px;
}
#location > li{
  position: relative;
  height: 42px;
  text-align: right;
}
#location > li:before{
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 16px;
  margin: 5px 6px 0 0;
  background: url(../images/home.png);
}
#location > li > span:after{
  content:" >> ";
  font-family:"宋体";
}
#location > li,#location > li *{
  font-size: 12px;
  line-height: 28px;
  color: #868686;
}
#location > li a:hover{
  color: #004ea2;
}
#location > li p{
  margin: 0;
  position:absolute;
  left:0;
  top:0;
  font-size: 0;
  letter-spacing: -1px;
  text-transform: uppercase;
}
#location > li p span{
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 24px;
  color: #383838;
  font-weight: bold;
  line-height: 42px;
  border-bottom: 1px solid #004ea2;
}
#location > li p font{
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 18px;
  color: #acacac;
  line-height: 42px;
  margin-left: 10px;
}
.content{
  margin:35px auto;
  min-height:350px;
}
.content > p:first-child{
  margin-top:0;
}
.content > p:last-child{
  margin-bottom:0;
}
#listPro a{
  float:left;
  display: block;
  width:272px;
  position: relative;
  margin: 35px 0 0 37px;
}
#listPro a:nth-child(-n+4){
  margin-top:0;
}
#listPro a:nth-child(4n+1){
  clear:both;
  margin-left:0;
}
#listPro a li{
  border:1px solid #d8d8d8;
}
#listPro a li img{
  width:100%;
}
#listPro a span{
  text-align:center;
  background: url(../images/bg.jpg) 0 0 no-repeat;
  line-height: 46px;
  color: #FFF;
  font-size: 16px;
  padding: 0 102px 0 10px;
}
#listPro a font{
  display: block;
  position: absolute;
  width: 92px;
  line-height: 46px;
  text-align: center;
  right: 0;
  bottom: 0;
  font-size: 14px;
  color: #282828;
  background: url(../images/more.png)
}
#listPro a:hover font{
  color: #004ea2;
}
#listShare a{
  float:left;
  display: block;
  width:23.5%;
  margin:16px 0 0 2%;
}
#listShare a:nth-child(-n+4){
  margin-top:0;
}
#listShare a:nth-child(4n+1){
  clear:both;
  margin-left:0;
}
#listShare a li{
  border:1px solid #d8d8d8;
}
#listShare a li img{
  width:100%;
}
#listShare a span{
  display:block;
  margin-top:8px;
  line-height: 22px;
  text-align:center;
}
.list_news ul{
	height:170px;
	position:relative;
	overflow:hidden;
	margin-top:35px;
  background: #FFF;
  border: 1px solid #bdd3e6;
}
.list_news ul:first-child{
	margin-top:0;
}
.list_news ul img{
	width:240px;
  height:100%;
	position:absolute;
	left:0;
	top:0;
  background:#f1f1f1;
}
.list_news ul li{
	margin:44px 20px 0 260px;
}
.list_news ul li a{
	font-size:16px;
  color: #004ea2;
  position: relative;
  padding-right: 80px;
}
.list_news ul li a:hover{
  text-decoration: underline;
}
.list_news ul li a font{
	display:block;
  position: absolute;
  right: 0;
  top: 0;
	font-size:12px;
  color: #868686;
  line-height: 32px;
}
.list_news ul li p{
  margin:6px 0 0;
	font-size:14px;
	color:#646464;
	height:48px;
	line-height:24px;
}
.type-name{
  text-align: center;
  margin: 48px 0 28px;
}
.type-name li{
  display: inline-block;
  vertical-align: top;
  text-align: center;
  position: relative;
  width: 190px;
  text-transform: uppercase;
}
.type-name li span{
  display: block;
  font-size: 30px;
  color: #000;
  line-height: 1.2;
  font-weight: bold;
}
.type-name li font{
  display: block;
  font-size: 24px;
  color: #004ea2;
  line-height: 1.2;
}
.type-name li:before,
.type-name li:after{
  content: '';
  display: block;
  position: absolute;
  width: 469px;
  height: 1px;
  top: 50%;
}
.type-name li:before{
  right: 100%;
  background: url(../images/xian1.png);
}
.type-name li:after{
  left: 100%;
  background: url(../images/xian2.png);
}
.type-more{
  border: 1px solid #004ea2;
  line-height: 40px;
  display: inline-block;
  padding: 0 34px;
  color: #004ea2;
  transition: all .3s;
  margin-top: 30px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
}
.type-more:hover{
  border-color: #fb6205;
  color: #fb6205;
}
.pro{
  background: url(../images/bg1.jpg);
  height: 550px;
  margin-top: 15px;
  overflow: hidden;
}
.pro > div{
  margin: 0 28px;
  overflow: hidden;
}
.pro > div ul{
  font-size: 0;
  letter-spacing: -1px;
  white-space: nowrap;
}
.pro > div ul a{
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  width:272px;
  position: relative;
  margin: 0 0 0 20px;
}
.pro > div ul a:first-child{
  margin-left: 0;
}
.pro > div ul a li{
  border:1px solid #d8d8d8;
}
.pro > div ul a li img{
  width:100%;
  height: 246px;
}
.pro > div ul a span{
  text-align:center;
  background: url(../images/bg.jpg) 0 0 no-repeat;
  line-height: 46px;
  color: #FFF;
  font-size: 16px;
  padding: 0 102px 0 10px;
}
.pro > div ul a font{
  display: block;
  position: absolute;
  width: 92px;
  line-height: 46px;
  text-align: center;
  right: 0;
  bottom: 0;
  font-size: 14px;
  color: #282828;
  background: url(../images/more.png)
}
.pro > div ul a:hover font{
  color: #004ea2;
}
.about{
  background: url(../images/bg2.jpg);
  height: 581px;
  overflow: hidden;
}
.about .type-name li span,
.about .type-name li font{
  color: #FFF;
}
.about .type-name li:before{
  background-image: url(../images/xian3.png);
}
.about .type-name li:after{
  background-image: url(../images/xian4.png);
}
.about > img{
  float: left;
  width: 504px;
  height: 380px;
  margin-left: 40px;
}
.about .fl-right{
  width: 582px;
  margin-right: 40px;
}
.about .fl-right .nr{
  height: 180px;
  overflow: hidden;
}
.about .fl-right .nr,
.about .fl-right .nr *{
  color: #FFF;
  font-size: 14px;
  line-height: 30px;
}
.about .type-more{
  color: #FFF;
  border-color: #FFF;
}
.about .type-more:hover{
  color: yellow;
  border-color: yellow;
}
.about .fl-right .list{
  font-size: 0;
  letter-spacing: -1px;
}
.about .fl-right .list a{
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  width: 72px;
  margin:25px 0 0 90px;
}
.about .fl-right .list a:nth-child(1){
  margin-left: 0;
}
.about .fl-right .list a em{
  display: block;
  width: 72px;
  height: 72px;
  margin:0 auto;
  background: center center no-repeat;
}
.about .fl-right .list a:nth-child(1) em{
  background-image: url(../images/img1.png);
}
.about .fl-right .list a:nth-child(2) em{
  background-image: url(../images/img2.png);
}
.about .fl-right .list a:nth-child(3) em{
  background-image: url(../images/img3.png);
}
.about .fl-right .list a:nth-child(4) em{
  background-image: url(../images/img4.png);
}
.about .fl-right .list a:nth-child(1):hover em{
  background-image: url(../images/img1_1.png);
}
.about .fl-right .list a:nth-child(2):hover em{
  background-image: url(../images/img2_1.png);
}
.about .fl-right .list a:nth-child(3):hover em{
  background-image: url(../images/img3_1.png);
}
.about .fl-right .list a:nth-child(4):hover em{
  background-image: url(../images/img4_1.png);
}
.about .fl-right .list a span{
  display: block;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  line-height: 38px;
}
.news{
  background: url(../images/bg3.jpg);
  height: 657px;
  overflow: hidden;
}
.news .list{
  float: left;
  width: 522px;
  margin-left: 40px;
}
.news .list ul{
  background: #FFF;
  height: 377px;
  border: 1px solid #bdd3e6;
}
.news .list ul img{
  width: 100%;
  height: 260px;
  background: #f1f1f1;
}
.news .list ul li{
	margin:15px 20px 0 20px;
}
.news .list ul li a{
	font-size:16px;
  color: #004ea2;
  position: relative;
  padding-right: 80px;
}
.news .list ul li a:hover{
  text-decoration: underline;
}
.news .list ul li a font{
	display:block;
  position: absolute;
  right: 0;
  top: 0;
	font-size:12px;
  color: #868686;
  line-height: 32px;
}
.news .list ul li p{
  margin:6px 0 0;
	font-size:14px;
	color:#646464;
	height:48px;
	line-height:24px;
}
.news .list_news{
  float: right;
  width: 562px;
  margin-right: 40px;
}